home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / System / SnoopDos / SnoopDos33.readme < prev   
Text File  |  2000-03-29  |  4KB  |  74 lines

  1. Short:    SnoopDos 3.3, the well known system monitor
  2. Author:   ecarroll@maths.tcd.ie (Eddy Carroll)
  3. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/moni
  5. Replaces: snoopdos32.lha
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9.              SnoopDos 3.3 -- System and application monitor
  10.  
  11.      Copyright © Eddy Carroll, September 1994. Freely distributable.
  12.  
  13.      Updated on January 2000 by Luca Longone and Massimo Tantignone
  14.                 with permission of the original author.
  15.  
  16.      Updated again on March 2000 by Grzegorz Chmie and Thomas Richter.
  17.  
  18.  
  19.  * VERY IMPORTANT NOTE: this archive contains an updated version of the
  20.  * SnoopDos executable, with the version number bumped to 3.2. This was
  21.  * NOT made by the original SnoopDos author, Eddy Carroll, but instead
  22.  * by Luca Longone and Massimo Tantignone, and Grzegorz Chmie 
  23.  * and Thomas Richter (with Eddy Carroll's approval).
  24.  *
  25.  * The purpose of this update is to remove an Enforcer hit which can happen
  26.  * with version 3.0 when a program is launched from ToolManager's dock and
  27.  * SnoopDos is running with its "SendRexx" patch turned on. Said hit doesn't
  28.  * seem to cause any harm, however it can be an annoyance for people which
  29.  * have Enforcer running all the time.
  30.  * The hit is apparently due to the way ToolManager sets up its message
  31.  * port and only happens when SnoopDos 3.0 is running. Since we can't
  32.  * fix ToolManager right now, we made SnoopDos able to avoid the hit.
  33.  * If you don't use ToolManager, you don't need this update.
  34.  *
  35.  *
  36.  * NOTE ABOUT THE 3.3 UPDATE
  37.  *
  38.  * This update fixes a flaw of the 3.2 release that somehow was unnoticed.
  39.  * The 3.2 release could not be run from Workbench, due to an unexpected
  40.  * re-define of the WBenchMsg variable to _WBenchMsg in some of the SAS/C
  41.  * headers which broke the new startup code. I really did not expect 
  42.  * this, sorry. Except the version number, and a slightly different compiler
  43.  * option, nothing changed.
  44.  *
  45.  * The 3.2 update was made to remove one additional frequent enforcer hit
  46.  * that appeared when the snoopdos patches have been called in the middle
  47.  * of a graphics operation. In that case, RastPort->Layer is NULL'd and
  48.  * the code didn't check. Fixed.
  49.  * Another improvement is that SnoopDos accepts now "NewIcons" style
  50.  * icons correctly for iconification.
  51.  * General house keeping work has been done, one header file has been
  52.  * enlarged to include all the required prototypes, and the code was 
  53.  * recompiled with the registerized parameter option, making it quite
  54.  * noticably shorter. (And maybe quite unnoticably faster as well :-)
  55.  *
  56.  * For the more suspicious people, the updated source code is on Aminet
  57.  * as well (util/moni/snoopdos32_src.lha). 
  58.  *
  59.  * The SnoopDos executable was recompiled for the plain 68000 again because
  60.  * I do not see the point why to go for an 68020 if it is not necessary.
  61.  * The code shrunk anyhow and I do not notice a speed improvement by using
  62.  * the 68020 switch.
  63.  *
  64.  * The original SnoopDos 3.0 documentation is included in this update
  65.  * without any modification, but please note that all references to PGP
  66.  * can't be applied to this update. If you need confirmation about the
  67.  * genuine nature of this update you can ask us or the original author.
  68.  *
  69.  * Luca Longone:       llong@tin.it, hexaee@tiscalinet.it
  70.  * Massimo Tantignone: tanti@intercom.it
  71.  * Grzegorz Chmie:     gchmiel@pnet.pl
  72.  * Thomas Richter:     thor@math.tu-berlin.de
  73.  * Eddy Carroll:       ecarroll@iol.ie
  74.